Realm Kotlin SDK
/
io.realm.kotlin.notifications
/
SetChangeSet
Set
Change
Set
interface
SetChangeSet
Content copied to clipboard
This interface models the changes that can occur to a set.
Properties
Inheritors
Properties
deletions
Link copied to clipboard
abstract val
deletions
:
Int
Content copied to clipboard
The number of entries that have been deleted in this version of the collection.
insertions
Link copied to clipboard
abstract val
insertions
:
Int
Content copied to clipboard
The number of entries that have been inserted in this version of the collection.
Inheritors
UpdatedSet
Link copied to clipboard